home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Games / GameTracker / templ / sn_temp < prev    next >
Encoding:
Text File  |  2000-06-05  |  652 b   |  26 lines

  1. $(IF:UP)
  2. IF $sndalert EQ 0
  3. IF $alert EQ "$(MAP)"
  4.  run <>nil: Play16 $alertsnd
  5. ENDIF
  6. ENDIF
  7. echo "$(IPADDR):$(PORT) <$(SERVERNAME)>"
  8. echo "  $(PING)/$(RETRIES)"
  9. echo "  $(GAME) $(MAP) ($(MAXPLAYERS) max)"
  10. $(IF:RULE(teamplay))
  11. echo "  tplay:$(RULE:teamplay) dmatch:$(RULE:deathmatch) flimit:$(RULE:fraglimit) tlimit:$(RULE:timelimit) $(RULE:url)"$(ENDIF)
  12. $(IF:PLAYERS)$(IF:FLAG(-P))
  13. IF $sndalert EQ 2
  14. IF VAL "$(PLAYERS)" GE $alert
  15.  run <>nil: Play16 $alertsnd
  16. ENDIF
  17. ENDIF
  18. IF $sndalert EQ 3
  19. IF VAL "$(MAXPLAYERS)" GT "$(PLAYERS)"
  20.  run <>nil: Play16 $alertsnd
  21. ENDIF
  22. ENDIF
  23. echo "  $(PLAYERS)/$(MAXPLAYERS) players"
  24. $(PLAYERTEMPLATE)$(ENDIF)$(ENDIF)$(ENDIF)
  25.  
  26.